home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMWIZ / TFRMWIZ.txt < prev   
Encoding:
Text File  |  2002-05-23  |  17.7 KB  |  697 lines

  1. object frmWiz: TfrmWiz
  2.   Left = 240
  3.   Top = 161
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'UltimateZip Wizard'
  7.   ClientHeight = 358
  8.   ClientWidth = 496
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel: TBevel
  22.     Left = 0
  23.     Top = 313
  24.     Width = 496
  25.     Height = 2
  26.     Shape = bsTopLine
  27.   end
  28.   object btnClose: TButton
  29.     Left = 408
  30.     Top = 328
  31.     Width = 75
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = 'Close'
  35.     TabOrder = 1
  36.     OnClick = btnCloseClick
  37.   end
  38.   object btnNext: TButton
  39.     Left = 323
  40.     Top = 328
  41.     Width = 75
  42.     Height = 25
  43.     Caption = '&Next >'
  44.     Default = True
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clWindowText
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = [fsBold]
  50.     ParentFont = False
  51.     TabOrder = 0
  52.     OnClick = btnNextClick
  53.   end
  54.   object btnBack: TButton
  55.     Left = 248
  56.     Top = 328
  57.     Width = 75
  58.     Height = 25
  59.     Caption = '< &Back'
  60.     TabOrder = 4
  61.     OnClick = btnBackClick
  62.   end
  63.   object nbMain: TNotebook
  64.     Left = 0
  65.     Top = 0
  66.     Width = 496
  67.     Height = 313
  68.     Color = clBtnFace
  69.     ParentColor = False
  70.     TabOrder = 5
  71.     OnPageChanged = nbMainPageChanged
  72.     object TPage
  73.       Left = 0
  74.       Top = 0
  75.       Caption = 'tabStart'
  76.       object Image1: TImage
  77.         Left = 0
  78.         Top = 0
  79.         Width = 164
  80.         Height = 313
  81.         AutoSize = True
  82.         Picture.Data = {<image000.bmp>}
  83.       end
  84.       object nbMessage: TNotebook
  85.         Left = 164
  86.         Top = 0
  87.         Width = 332
  88.         Height = 313
  89.         Color = clWhite
  90.         ParentColor = False
  91.         TabOrder = 0
  92.         object TPage
  93.           Left = 0
  94.           Top = 0
  95.           Caption = 'tabBegin'
  96.           object Label1: TLabel
  97.             Left = 16
  98.             Top = 16
  99.             Width = 205
  100.             Height = 13
  101.             Caption = 'Welcome to the UltimateZip Wizard!'
  102.             Font.Charset = DEFAULT_CHARSET
  103.             Font.Color = clWindowText
  104.             Font.Height = -11
  105.             Font.Name = 'MS Sans Serif'
  106.             Font.Style = [fsBold]
  107.             ParentFont = False
  108.           end
  109.           object Label2: TLabel
  110.             Left = 16
  111.             Top = 40
  112.             Width = 297
  113.             Height = 39
  114.             AutoSize = False
  115.             Caption = 
  116.               'This Wizard automates the most common tasks involving archive fi' +
  117.               'les.'
  118.             WordWrap = True
  119.           end
  120.           object Label11: TLabel
  121.             Left = 16
  122.             Top = 88
  123.             Width = 232
  124.             Height = 52
  125.             Caption = 
  126.               'This Wizard features:'#13#10#13#10'* Fast and easy zipping, updating, and ' +
  127.               'extracting.'#13#10'* Support for decoding UUE and XXE files.'
  128.           end
  129.           object Label10: TLabel
  130.             Left = 16
  131.             Top = 272
  132.             Width = 259
  133.             Height = 13
  134.             Caption = 'Click "Next" to continue, or "Close" to exit the Wizard. '
  135.           end
  136.         end
  137.         object TPage
  138.           Left = 0
  139.           Top = 0
  140.           Caption = 'tabEndEx'
  141.           object Label5: TLabel
  142.             Left = 16
  143.             Top = 16
  144.             Width = 188
  145.             Height = 13
  146.             Caption = 'The extract operation is finished.'
  147.             Font.Charset = DEFAULT_CHARSET
  148.             Font.Color = clWindowText
  149.             Font.Height = -11
  150.             Font.Name = 'MS Sans Serif'
  151.             Font.Style = [fsBold]
  152.             ParentFont = False
  153.           end
  154.           object Label6: TLabel
  155.             Left = 16
  156.             Top = 40
  157.             Width = 109
  158.             Height = 13
  159.             Caption = 'Files were extracted to:'
  160.           end
  161.           object lblDisplayIcons: TLabel
  162.             Left = 16
  163.             Top = 88
  164.             Width = 275
  165.             Height = 26
  166.             Caption = 
  167.               'The UltimateZip Wizard has opend a window showing the extracted ' +
  168.               'files.'
  169.             WordWrap = True
  170.           end
  171.           object Label7: TLabel
  172.             Left = 16
  173.             Top = 272
  174.             Width = 293
  175.             Height = 26
  176.             Caption = 
  177.               'Click "Next" to work with another archive file, or click "Close"' +
  178.               ' to leave the UltimateZip Wizard.'
  179.             WordWrap = True
  180.           end
  181.           object lblExtractedTo: TPathLabel
  182.             Left = 16
  183.             Top = 56
  184.             Width = 281
  185.             Height = 13
  186.             AutoSize = False
  187.           end
  188.         end
  189.         object TPage
  190.           Left = 0
  191.           Top = 0
  192.           Caption = 'tabEndCreate'
  193.           object Label3: TLabel
  194.             Left = 16
  195.             Top = 272
  196.             Width = 293
  197.             Height = 26
  198.             Caption = 
  199.               'Click "Next" to work with another archive file, or click "Close"' +
  200.               ' to leave the UltimateZip Wizard.'
  201.             WordWrap = True
  202.           end
  203.           object Label4: TLabel
  204.             Left = 16
  205.             Top = 16
  206.             Width = 167
  207.             Height = 13
  208.             Caption = 'The Zip operation is finished.'
  209.             Font.Charset = DEFAULT_CHARSET
  210.             Font.Color = clWindowText
  211.             Font.Height = -11
  212.             Font.Name = 'MS Sans Serif'
  213.             Font.Style = [fsBold]
  214.             ParentFont = False
  215.           end
  216.           object Label17: TLabel
  217.             Left = 16
  218.             Top = 40
  219.             Width = 278
  220.             Height = 26
  221.             Caption = 
  222.               'Click the "Mail this archive file" button if you want to e-mail ' +
  223.               'your archive to someone else.'
  224.             WordWrap = True
  225.           end
  226.           object Label18: TLabel
  227.             Left = 16
  228.             Top = 88
  229.             Width = 295
  230.             Height = 26
  231.             Caption = 
  232.               'Click the "UltimateZip Standard" button if you want to view the ' +
  233.               'contents of your new arcive.'
  234.             WordWrap = True
  235.           end
  236.           object Button5: TButton
  237.             Left = 102
  238.             Top = 184
  239.             Width = 129
  240.             Height = 25
  241.             Caption = 'Mail this archive file...'
  242.             TabOrder = 0
  243.             OnClick = Button5Click
  244.           end
  245.         end
  246.       end
  247.     end
  248.     object TPage
  249.       Left = 0
  250.       Top = 0
  251.       Caption = 'tabBase'
  252.       object Bevel1: TBevel
  253.         Left = 0
  254.         Top = 58
  255.         Width = 496
  256.         Height = 3
  257.         Shape = bsTopLine
  258.       end
  259.       object Panel5: TPanel
  260.         Left = 0
  261.         Top = 0
  262.         Width = 496
  263.         Height = 58
  264.         Align = alTop
  265.         BevelOuter = bvNone
  266.         Color = clWhite
  267.         TabOrder = 0
  268.         object lblTitel: TLabel
  269.           Left = 16
  270.           Top = 8
  271.           Width = 409
  272.           Height = 13
  273.           AutoSize = False
  274.           Caption = 'What do you want to do?'
  275.           Font.Charset = DEFAULT_CHARSET
  276.           Font.Color = clWindowText
  277.           Font.Height = -11
  278.           Font.Name = 'MS Sans Serif'
  279.           Font.Style = [fsBold]
  280.           ParentFont = False
  281.         end
  282.         object lblDis: TLabel
  283.           Left = 32
  284.           Top = 24
  285.           Width = 393
  286.           Height = 33
  287.           AutoSize = False
  288.           Caption = 'Click on the action you want to perform, then click Next.'
  289.           WordWrap = True
  290.         end
  291.         object Image2: TImage
  292.           Left = 440
  293.           Top = 1
  294.           Width = 55
  295.           Height = 55
  296.           Picture.Data = {<image001.bmp>}
  297.         end
  298.       end
  299.       object nbOp: TNotebook
  300.         Left = 0
  301.         Top = 60
  302.         Width = 496
  303.         Height = 245
  304.         PageIndex = 1
  305.         TabOrder = 1
  306.         OnPageChanged = nbOpPageChanged
  307.         object TPage
  308.           Left = 0
  309.           Top = 0
  310.           Caption = 'tacChoose'
  311.           object Label19: TLabel
  312.             Left = 16
  313.             Top = 224
  314.             Width = 259
  315.             Height = 13
  316.             Caption = 'Click "Next" to continue, or "Close" to exit the Wizard. '
  317.           end
  318.           object Label20: TLabel
  319.             Left = 16
  320.             Top = 16
  321.             Width = 75
  322.             Height = 13
  323.             Caption = 'Do you want to:'
  324.           end
  325.           object rbCreate: TRadioButton
  326.             Left = 16
  327.             Top = 72
  328.             Width = 225
  329.             Height = 17
  330.             Caption = '&Create a new archive (Zip archives only)'
  331.             TabOrder = 1
  332.           end
  333.           object rbExtract: TRadioButton
  334.             Left = 16
  335.             Top = 40
  336.             Width = 233
  337.             Height = 17
  338.             Caption = 'E&xtract all files from an existing archive file'
  339.             Checked = True
  340.             TabOrder = 0
  341.             TabStop = True
  342.           end
  343.           object rbUpdate: TRadioButton
  344.             Left = 16
  345.             Top = 104
  346.             Width = 257
  347.             Height = 17
  348.             Caption = '&Update an existing Zip archive (Zip archives only)'
  349.             TabOrder = 2
  350.           end
  351.         end
  352.         object TPage
  353.           Left = 0
  354.           Top = 0
  355.           Caption = 'tabSelArcEx'
  356.           object Label22: TLabel
  357.             Left = 16
  358.             Top = 16
  359.             Width = 71
  360.             Height = 13
  361.             Caption = '&Select archive:'
  362.             FocusControl = edtArcName
  363.           end
  364.           object Label8: TLabel
  365.             Left = 16
  366.             Top = 224
  367.             Width = 259
  368.             Height = 13
  369.             Caption = 'Click "Next" to continue, or "Close" to exit the Wizard. '
  370.           end
  371.           object btnBrowseEx: TButton
  372.             Left = 210
  373.             Top = 72
  374.             Width = 75
  375.             Height = 25
  376.             Caption = 'B&rowse...'
  377.             TabOrder = 0
  378.             OnClick = btnBrowseExClick
  379.           end
  380.           object edtArcName: TEdit
  381.             Left = 16
  382.             Top = 40
  383.             Width = 465
  384.             Height = 21
  385.             Color = clBtnFace
  386.             ReadOnly = True
  387.             TabOrder = 1
  388.           end
  389.         end
  390.         object TPage
  391.           Left = 0
  392.           Top = 0
  393.           Caption = 'tabExtract'
  394.           object Label23: TLabel
  395.             Left = 16
  396.             Top = 16
  397.             Width = 97
  398.             Height = 13
  399.             Caption = '&Select extract folder:'
  400.             FocusControl = edtExtractFolder
  401.           end
  402.           object Label9: TLabel
  403.             Left = 16
  404.             Top = 224
  405.             Width = 270
  406.             Height = 13
  407.             Caption = 'Click "Extract" to continue, or "Close" to exit the Wizard. '
  408.           end
  409.           object edtExtractFolder: TEdit
  410.             Left = 16
  411.             Top = 40
  412.             Width = 465
  413.             Height = 21
  414.             Color = clBtnFace
  415.             TabOrder = 0
  416.           end
  417.           object cbOverwrite: TCheckBox
  418.             Left = 16
  419.             Top = 112
  420.             Width = 129
  421.             Height = 17
  422.             Caption = '&Confirm file overwrites'
  423.             Checked = True
  424.             State = cbChecked
  425.             TabOrder = 2
  426.           end
  427.           object cbDisplayIcons: TCheckBox
  428.             Left = 16
  429.             Top = 176
  430.             Width = 177
  431.             Height = 17
  432.             Caption = '&Display file icons after extracting'
  433.             Checked = True
  434.             State = cbChecked
  435.             TabOrder = 4
  436.           end
  437.           object btnBrowseEx2: TButton
  438.             Left = 210
  439.             Top = 72
  440.             Width = 75
  441.             Height = 25
  442.             Caption = 'B&rowse...'
  443.             TabOrder = 1
  444.             OnClick = btnBrowseEx2Click
  445.           end
  446.           object cbFolderNames: TCheckBox
  447.             Left = 16
  448.             Top = 144
  449.             Width = 153
  450.             Height = 17
  451.             Caption = 'Use stored folder names'
  452.             Checked = True
  453.             State = cbChecked
  454.             TabOrder = 3
  455.           end
  456.         end
  457.         object TPage
  458.           Left = 0
  459.           Top = 0
  460.           Caption = 'tabProgressEx'
  461.           object Label24: TLabel
  462.             Left = 16
  463.             Top = 16
  464.             Width = 77
  465.             Height = 13
  466.             Caption = 'Extracting files...'
  467.             Visible = False
  468.           end
  469.           object lblFNExtract: TLabel
  470.             Left = 16
  471.             Top = 64
  472.             Width = 50
  473.             Height = 13
  474.             Caption = 'Extracting:'
  475.           end
  476.           object prbExtract: TProgressBar
  477.             Left = 16
  478.             Top = 40
  479.             Width = 465
  480.             Height = 16
  481.             Min = 0
  482.             Max = 100
  483.             Smooth = True
  484.             TabOrder = 0
  485.           end
  486.         end
  487.         object TPage
  488.           Left = 0
  489.           Top = 0
  490.           Caption = 'tbSelArcAdd'
  491.           object Label12: TLabel
  492.             Left = 16
  493.             Top = 16
  494.             Width = 71
  495.             Height = 13
  496.             Caption = '&Select archive:'
  497.             FocusControl = edtArcNameAdd
  498.           end
  499.           object Label13: TLabel
  500.             Left = 16
  501.             Top = 224
  502.             Width = 259
  503.             Height = 13
  504.             Caption = 'Click "Next" to continue, or "Close" to exit the Wizard. '
  505.           end
  506.           object edtArcNameAdd: TEdit
  507.             Left = 16
  508.             Top = 40
  509.             Width = 465
  510.             Height = 21
  511.             Color = clBtnFace
  512.             ReadOnly = True
  513.             TabOrder = 0
  514.           end
  515.           object btnBrowseAdd: TButton
  516.             Left = 210
  517.             Top = 72
  518.             Width = 75
  519.             Height = 25
  520.             Caption = 'B&rowse...'
  521.             TabOrder = 1
  522.             OnClick = btnBrowseAddClick
  523.           end
  524.         end
  525.         object TPage
  526.           Left = 0
  527.           Top = 0
  528.           Caption = 'tabAddFiles'
  529.           object Label14: TLabel
  530.             Left = 16
  531.             Top = 224
  532.             Width = 283
  533.             Height = 13
  534.             Caption = 'Click "Compress" to continue, or "Close" to exit the Wizard. '
  535.           end
  536.           object Label16: TLabel
  537.             Left = 16
  538.             Top = 16
  539.             Width = 121
  540.             Height = 13
  541.             Caption = '&Selected files and folders:'
  542.             FocusControl = lbList
  543.           end
  544.           object lbList: TListBox
  545.             Left = 16
  546.             Top = 40
  547.             Width = 465
  548.             Height = 129
  549.             ItemHeight = 13
  550.             MultiSelect = True
  551.             TabOrder = 0
  552.           end
  553.           object btnAddFiles: TButton
  554.             Left = 232
  555.             Top = 184
  556.             Width = 75
  557.             Height = 25
  558.             Caption = '&Add files...'
  559.             TabOrder = 1
  560.             OnClick = btnAddFilesClick
  561.           end
  562.           object btnAddFolders: TButton
  563.             Left = 320
  564.             Top = 184
  565.             Width = 75
  566.             Height = 25
  567.             Caption = 'A&dd folders...'
  568.             TabOrder = 2
  569.             OnClick = btnAddFoldersClick
  570.           end
  571.           object btnRemove: TButton
  572.             Left = 408
  573.             Top = 184
  574.             Width = 75
  575.             Height = 25
  576.             Caption = '&Remove'
  577.             TabOrder = 3
  578.             OnClick = btnRemoveClick
  579.           end
  580.           object ckbSubfolders: TCheckBox
  581.             Left = 16
  582.             Top = 184
  583.             Width = 129
  584.             Height = 17
  585.             Caption = '&Include subfolders'
  586.             TabOrder = 4
  587.           end
  588.         end
  589.         object TPage
  590.           Left = 0
  591.           Top = 0
  592.           Caption = 'tabProgressAdd'
  593.           object lblAddName: TPathLabel
  594.             Left = 16
  595.             Top = 16
  596.             Width = 465
  597.             Height = 13
  598.             AutoSize = False
  599.           end
  600.           object Label15: TLabel
  601.             Left = 16
  602.             Top = 16
  603.             Width = 90
  604.             Height = 13
  605.             Caption = 'Compressing files...'
  606.           end
  607.           object lblFNAdd: TLabel
  608.             Left = 16
  609.             Top = 64
  610.             Width = 63
  611.             Height = 13
  612.             Caption = 'Compressing:'
  613.           end
  614.           object prbAdd: TProgressBar
  615.             Left = 16
  616.             Top = 40
  617.             Width = 465
  618.             Height = 16
  619.             Min = 0
  620.             Max = 100
  621.             Smooth = True
  622.             TabOrder = 0
  623.           end
  624.         end
  625.       end
  626.     end
  627.   end
  628.   object btnHelp: TButton
  629.     Left = 160
  630.     Top = 328
  631.     Width = 75
  632.     Height = 25
  633.     Caption = '&Help'
  634.     TabOrder = 3
  635.     OnClick = btnHelpClick
  636.   end
  637.   object btnUltimate: TButton
  638.     Left = 16
  639.     Top = 328
  640.     Width = 129
  641.     Height = 25
  642.     Caption = '&UltimateZip Standard'
  643.     ModalResult = 2
  644.     TabOrder = 2
  645.     OnClick = btnUltimateClick
  646.   end
  647.   object FormCenter1: TFormCenter
  648.     Center = True
  649.     Left = 224
  650.     Top = 272
  651.   end
  652.   object odOpen: TOpenDialog
  653.     Left = 312
  654.     Top = 274
  655.   end
  656.   object odAddFiles: TOpenDialog
  657.     Filter = 'All files|*.*'
  658.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofExtensionDifferent, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  659.     Title = 'Add files...'
  660.     Left = 288
  661.     Top = 268
  662.   end
  663.   object brdAddFolders: TdfsBrowseDirectoryDlg
  664.     Title = 'Please select the folder you want to add.'
  665.     Options = [bfDirectoriesOnly]
  666.     StatusText = 'C:\WINDOWS\Desktop'
  667.     Caption = 'Add folders...'
  668.     ShowSelectionInStatus = True
  669.     Left = 256
  670.     Top = 268
  671.   end
  672.   object odOpenAdd: TOpenDialog
  673.     DefaultExt = '.zip'
  674.     Filter = 'Zip files|*.zip'
  675.     Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  676.     Title = 'New archive...'
  677.     Left = 400
  678.     Top = 268
  679.   end
  680.   object brdExtract: TdfsBrowseDirectoryDlg
  681.     Title = 'Please select the extract folder.'
  682.     Options = [bfDirectoriesOnly]
  683.     Caption = 'Extract to...'
  684.     ShowSelectionInStatus = True
  685.     Left = 352
  686.     Top = 268
  687.   end
  688.   object odOpenAdd2: TOpenDialog
  689.     DefaultExt = '.zip'
  690.     Filter = 'Zip files|*.zip'
  691.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  692.     Title = 'Select archive...'
  693.     Left = 424
  694.     Top = 276
  695.   end
  696. end
  697.